Hook GtkTimeline up to GdkFrameClock
authorOwen W. Taylor <otaylor@fishsoup.net>
Thu, 27 Sep 2012 20:27:36 +0000 (16:27 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 14 Feb 2013 22:19:49 +0000 (17:19 -0500)
commit314dadca8250d84e966f2a365ba9c60eaab5d3cb
tree3d534c324a1311965a77c9506029909d8232817d
parentcbce5bcd0b09195b79d0c29b44768fd037296df0
Hook GtkTimeline up to GdkFrameClock

Use GdkFrameClock for the timing of GtkTimeline. This require the
user to provide either a GtkWidget or a GdkFrameClock when creating
the timeline. The default constructor now takes a GtkWidget. If you
want to create a GdkFrameClock without a widget, you need to use
g_object_new() and pass in a GdkFrameClock and GdkScreen.

https://bugzilla.gnome.org/show_bug.cgi?id=685460
gtk/gtk.h
gtk/gtktimeline.c
gtk/gtktimeline.h